google.golang.org/grpc/internal/transport.Stream.method (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L375: method: req.URL.Path,
handler_server.go#L388: s.ctx = sh.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
handler_server.go#L390: FullMethod: s.method,
http2_client.go#L466: method: callHdr.Method,
http2_server.go#L412: s.method = hf.Value
http2_server.go#L558: if s.ctx, err = t.inTapHandle(s.ctx, &tap.Info{FullMethodName: s.method}); err != nil {
http2_server.go#L589: s.ctx = traceCtx(s.ctx, s.method)
http2_server.go#L591: s.ctx = sh.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
http2_server.go#L593: FullMethod: s.method,
transport.go#L252: method string // the associated RPC method of the stream
transport.go#L419: return s.method
transport.go#L518: return fmt.Sprintf("<stream: %p, %v>", s, s.method)